Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    h(f(f(x)))  → h(f(g(f(x))))
2:    f(g(f(x)))  → f(f(x))
There are 3 dependency pairs:
3:    H(f(f(x)))  → H(f(g(f(x))))
4:    H(f(f(x)))  → F(g(f(x)))
5:    F(g(f(x)))  → F(f(x))
The approximated dependency graph contains one SCC: {3}.
Tyrolean Termination Tool  (0.00 seconds)   ---  May 3, 2006